Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ObservableSortedDictionary<TKey,TValue> Class
The type of the keys in the dictionary.
The type of the values in the dictionary.
Members

In This Topic
    ObservableSortedDictionary<TKey,TValue> Class
    In This Topic
    Represents a collection of key/value pairs that are sorted on the key.
    Object Model
    ObservableSortedDictionary<TKey,TValue> Class
    Syntax
    'Declaration
     
    Public Class ObservableSortedDictionary
        (Of TKey,TValue) 
    public class ObservableSortedDictionary<TKey,TValue> 
    Type Parameters
    TKey
    The type of the keys in the dictionary.
    TValue
    The type of the values in the dictionary.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>
          GrapeCity.Documents.Common.OwnedSortedDictionary<TKey,TValue>

    See Also